home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Graphics / Random Graphics / Munching Moose / background_2197.txt < prev    next >
Encoding:
Text File  |  1988-04-24  |  1.3 KB  |  69 lines

  1. -- background: 2197 from stack: in
  2. -- bmap block id: 5498
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   show menubar
  9. end openStack
  10.  
  11.  
  12.  
  13.  
  14. -- part 8 (button)
  15. -- low flags: 00
  16. -- high flags: 0000
  17. -- rect: left=259 top=299 right=325 bottom=286
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 1013 / 1013
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Next
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   go to next card
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part 9 (button)
  34. -- low flags: 00
  35. -- high flags: 0000
  36. -- rect: left=225 top=299 right=325 bottom=252
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 1014 / 1014
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: Prev
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   go to prev card
  48. end mouseUp
  49.  
  50.  
  51.  
  52. -- part 19 (button)
  53. -- low flags: 00
  54. -- high flags: 0000
  55. -- rect: left=123 top=254 right=280 bottom=413
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 0 / 0
  58. -- text alignment: 1
  59. -- font id: 0
  60. -- text size: 12
  61. -- style flags: 0
  62. -- line height: 16
  63. -- part name: New Button
  64. ----- HyperTalk script -----
  65. on mouseUp
  66.   domenu "home"
  67. end mouseUp
  68.  
  69.